Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / GroupTemplate Property

In This Topic
    GroupTemplate Property
    In This Topic
    Gets or sets the template used to display groups.
    Syntax
    'Declaration
     
    
    Public Property GroupTemplate As RenderFragment(Of IDataCollectionGroup(Of Object,Object))
    public RenderFragment<IDataCollectionGroup<object,object>> GroupTemplate {get; set;}
    See Also